Interface STPTypeLengthValue

All Superinterfaces:
IPCData, Pdu, Signal
All Known Implementing Classes:
STPTypeLengthValueImpl

public interface STPTypeLengthValue extends Pdu
  • Method Details

    • getStpType

      Short getStpType()
      Returns:
      Short Returns a Short
    • setStpType

      void setStpType(Short stpType)
      Parameters:
      stpType - Takes in a parameter of stpType
    • getStpLength

      Short getStpLength()
      Returns:
      Short Returns a Short
    • setStpLength

      void setStpLength(Short stpLength)
      Parameters:
      stpLength - Takes in a parameter of stpLength
    • getStpValue

      Short getStpValue()
      Returns:
      Short Returns a Short
    • setStpValue

      void setStpValue(Short stpValue)
      Parameters:
      stpValue - Takes in a parameter of stpValue